answer "Resume Saved Game?" with "Yes" or "New Game"
if it contains "Yes" then
resumeGame
go to card "Map"
end if
if it contains "New" then newGame
end openStack
on saveGame
global effort,raidNum,bbtime,bbDate,JUSTVISITING,low,med,high,reset
GLOBAL POINTS,weather,OPENBASE,landtime
put effort & "," & raidNum & "," & bbtime & "," & bbDate & "," & justVisiting & "," & low & "," & med & "," & high & "," & reset & "," & weather & "," & OPENBASE & "," & landtime into card field "globals" of card "Map"
end SaveGame
on resumeGame
global effort,raidNum,bbtime,bbDate,JUSTVISITING,high,med,low,reset
global openbase,landtime
put item 1 of card field "globals" of card "Map" into effort
put item 2 of card field "globals" of card "Map" into raidNum
put item 3 of card field "globals" of card "Map" into bbTime
put item 4 of card field "globals" of card "Map" into bbDate
put item 5 of card field "globals" of card "Map" into justVisiting
put item 6 of card field "globals" of card "Map" into low
put item 7 of card field "globals" of card "Map" into med
put item 8 of card field "globals" of card "Map" into high
put item 9 of card field "globals" of card "Map" into reset
put item 10 of card field "globals" of card "Map" into weather
put item 11 of card field "globals" of card "Map" into openbase
put item 12 of card field "globals" of card "Map" into landtime
end resumeGame
on NewGame
global effort,raidNum,bbtime,bbDate,JUSTVISITING,reset
GLOBAL high,med,low,weather
set the cursor to 4
show card field "setup" of card 1
put "CLEAR" into weather
put weather into card field "weather" of card "Map"
put "normal" into effort
put "CITIES.INDUSTRIES" into low
put "AIRBASES" into med
put "PORTS. RADARS" into high
put "AUG 10 1940" into card field "bbDate" of card "Map"
put "AUG 10 1940" into bbDate
put "0600" into card field "bbtime" of card "Map"
put 600 into bbtime
put "0" into card field "BritScore" of card "map"
put "0" into card field "gerScore" of card "map"
put 0 into raidNum
put "INTELLIGENCE ESTIMATES OF TODAYS LIKELY TARGETS FOLLOWS: " & "NORMAL ACTIVITY OVER PORTS & RADARS. SECONDARY TARGETS: AIRBASES." into line 3 of card field "ultra" of card "map"